projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a247529
)
gdk: Remove an unused field
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 21 Apr 2019 15:18:22 +0000
(11:18 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 21 Apr 2019 15:19:42 +0000
(11:19 -0400)
Its not used, so get rid of it.
gdk/gdkinternals.h
patch
|
blob
|
history
diff --git
a/gdk/gdkinternals.h
b/gdk/gdkinternals.h
index f2261f057105199f677ce6897d9bae54c8e2b475..eece0397d3e50c75fbf39c0657537db7eca5c271 100644
(file)
--- a/
gdk/gdkinternals.h
+++ b/
gdk/gdkinternals.h
@@
-131,7
+131,6
@@
struct _GdkSurfaceAttr
gint height;
GdkSurfaceSurfaceClass wclass;
GdkSurfaceType surface_type;
- GdkSurfaceTypeHint type_hint;
};
struct _GdkSurface